home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEX-UTIL / DVI_DVI1 / dvilj / orig_docs / INSTALL < prev    next >
Text File  |  1994-12-30  |  1KB  |  30 lines

  1. Installation of dviljk:
  2.  
  3. 1. Run `configure' (in the top-level directory, the one with the
  4. `kpathsea' and `dvilj' subdirectories).  This guesses system dependencies.
  5.  
  6. 2. If necessary, edit the default paths or other definitions in
  7. `./Makefile', `kpathsea/paths.h.in' and `*/c-auto.h'. See
  8. kpathsea/INSTALL for details.
  9.  
  10. Things to add to DEFS or CFLAGS:
  11. -DMFMODE300=\"mode\" to change the mode of the 300dpi programs from cx.
  12. -DMFMODE600=\"mode\" to change the mode of dvilj4 from ljfour.
  13. -DNOMAKETEXPK to disable MakeTeXPK by default.  It can be disabled (or
  14.   enabled) at runtime, regardless (see the man page). MakeTeXPK must
  15.   echo the generated filename (and nothing else) to standard output.
  16. -DTIMING to enable timing flags. Must have various library functions.
  17.  
  18. 3. `make' or `make dvilj4' for the LaserJet 4M, 4MP, etc. (600dpi).
  19. `make dvilj' for the plain LaserJet (300dpi).
  20. `make dvilj2p' for the LaserJet 2P (300dpi).
  21. `make dvilj4l' for the LaserJet 4L (300dpi).
  22. `make all' to make all the binaries.
  23.  
  24. 4. `make install'.
  25. (Or `make install-exec', to install just the executables,
  26. or `make install-data', to install just the architecture-independent files.)
  27.  
  28. 5. `make distclean' (or `mostlyclean', or `clean', or `realclean',
  29. depending on how clean you want to be).
  30.